home *** CD-ROM | disk | FTP | other *** search
INI File | 1997-04-07 | 16.2 KB | 372 lines |
- [aliases]
- n0=/op /mode # +oooo $1 $2 $3 $4
- n1=/dop /mode # -oooo $1 $2 $3 $4
- n2=/j /join #$$1
- n3=/p /part #
- n4=/w /whois $$1
- n5=/wwas /whowas $$1
- n6=/k /kick # $*
- n7=/ping /ctcp $$1 ping
- n8=/pg /ctcp $me ping
- n9=/voice /mode # +v $$1
- n10=/version /ctcp $$1 version
- n11=/www /run %www
- n12=/ftp /run %ftp
- n13=/filemanager /run %filemanager
- n14=/email /run %email
- n15=/html /run %html
- n16=/ftpserver /run %ftpserver
- n17=/ircserver /run %ircserver
- n18=/textedit /run %textedit
- n19=/mkb {
- n20= set %a 1
- n21= :begin
- n22= if (%mass.vars == all) { set %mass $nick(%a,#) | goto start }
- n23= if (%mass.vars == noop) { set %mass $nopnick(%a,#) | goto start }
- n24= if (%mass.vars == op) { set %mass $opnick(%a,#) | goto start }
- n25= :start
- n26= if (%mass == $null) { goto end }
- n27= if (%mass != $me) { ban # %mass 3 | kick # %mass Mass Kick/Ban %glitch }
- n28= inc %a 1
- n29= goto begin
- n30= :end
- n31= unset %mass.vars
- n32=}
- n33=/addkick {
- n34= set %addkick $address($$1,#)
- n35= set %b 1
- n36= :begin
- n37= set %nick $nick(%b,#)
- n38= set %addkick2 $address(%nick,#)
- n39= if (%nick == $me) { inc %b 1 | goto begin }
- n40= if (%nick == $null) { goto end }
- n41= if ($mask(%addkick2,2) == $mask(%addkick,2) ) { kick # %nick %glitch }
- n42= inc %b 1
- n43= goto begin
- n44= :end
- n45= unset %b %nick
- n46=}
- n47=/minvite {
- n48= set %c 1
- n49= :begin
- n50= set %mass $nopnick(%c,#)
- n51= if (%mass == $null) { echo 4 # ½(GLiTCH)╗ Completed Mass Invite on # $+ ! | halt }
- n52= if (%mass != $me) { .timer 1 %c .invite %mass $$1 }
- n53= inc %c 1
- n54= goto begin
- n55=}
- n56=/addl2 {
- n57= set %readini $readini $mircdir $+ \botfiles\userlist.bot noop $address($$2,3)
- n58= if ($$1 == all) {
- n59= writeini $mircdir $+ botfiles\userlist.bot noop $address($$2,3) all | goto end }
- n60= if ($$1 == current) { if (%readini == all) { goto continue } }
- n61= if ($chr(35) isin %readini) { set %readini %readini #
- n62= writeini $mircdir $+ botfiles\userlist.bot noop $address($$2,3) %readini | goto end }
- n63= :continue
- n64= writeini $mircdir $+ botfiles\userlist.bot noop $address($$2,3) #
- n65= :end
- n66= unset %readini
- n67=}
- n68=/reml2 {
- n69= set %level2 $readini $mircdir $+ botfiles\userlist.bot noop $address($$2,3)
- n70= if ($$1 == all) { remini $mircdir $+ botfiles\userlist.bot noop $address($$2,3) | goto end }
- n71= if ($$1 == current) { if (%level2 == all) { remini $mircdir $+ botfiles\userlist.bot noop $address($$2,3) | goto end } }
- n72= else { set %level2 $remove(%level2,#)
- n73= if (%level2 == $null) { remini $mircdir $+ botfiles\userlist.bot noop $address($$2,3) | goto end }
- n74= else { writeini $mircdir $+ botfiles\userlist.bot noop $address($$2,3) %level2 | goto end } }
- n75= :end
- n76= unset %level2
- n77=}
- n78=/addl3 {
- n79= set %readini $readini $mircdir $+ botfiles\userlist.bot autovoice $address($$2,3)
- n80= if ($$1 == all) {
- n81= writeini $mircdir $+ botfiles\userlist.bot autovoice $address($$2,3) all | goto end }
- n82= if ($$1 == current) { if (%readini == all) { goto continue } }
- n83= if ($chr(35) isin %readini) { set %readini %readini #
- n84= writeini $mircdir $+ botfiles\userlist.bot autovoice $address($$2,3) %readini | goto end }
- n85= :continue
- n86= writeini $mircdir $+ botfiles\userlist.bot autovoice $address($$2,3) #
- n87= :end
- n88= unset %readini
- n89=}
- n90=/reml3 {
- n91= set %level3 $readini $mircdir $+ botfiles\userlist.bot autovoice $address($$2,3)
- n92= if ($$1 == all) { remini $mircdir $+ botfiles\userlist.bot autovoice $address($$2,3) | goto end }
- n93= if ($$1 == current) { if (%level3 == all) { remini $mircdir $+ botfiles\userlist.bot autovoice $address($$2,3) | goto end } }
- n94= else { set %level3 $remove(%level3,#)
- n95= if (%level3 == $null) { remini $mircdir $+ botfiles\userlist.bot autovoice $address($$2,3) | goto end }
- n96= else { writeini $mircdir $+ botfiles\userlist.bot autovoice $address($$2,3) %level3 | goto end } }
- n97= :end
- n98= unset %level3
- n99=}
- n100=/addl4 {
- n101= set %readini $readini $mircdir $+ botfiles\userlist.bot autoop $address($$2,3)
- n102= if ($$1 == all) {
- n103= writeini $mircdir $+ botfiles\userlist.bot autoop $address($$2,3) all | goto end }
- n104= if ($$1 == current) { if (%readini == all) { goto continue } }
- n105= if ($chr(35) isin %readini) { set %readini %readini #
- n106= writeini $mircdir $+ botfiles\userlist.bot autoop $address($$2,3) %readini | goto end }
- n107= :continue
- n108= writeini $mircdir $+ botfiles\userlist.bot autoop $address($$2,3) #
- n109= :end
- n110= unset %readini
- n111=}
- n112=/reml4 {
- n113= set %level4 $readini $mircdir $+ botfiles\userlist.bot autoop $address($$2,3)
- n114= if ($$1 == all) { remini $mircdir $+ botfiles\userlist.bot autoop $address($$2,3) | goto end }
- n115= if ($$1 == current) { if (%level4 == all) { remini $mircdir $+ botfiles\userlist.bot autoop $address($$2,3) | goto end } }
- n116= else { set %level4 $remove(%level4,#)
- n117= if (%level4 == $null) { remini $mircdir $+ botfiles\userlist.bot autoop $address($$2,3) | goto end }
- n118= else { writeini $mircdir $+ botfiles\userlist.bot autoop $address($$2,3) %level4 | goto end } }
- n119= :end
- n120= unset %level4
- n121=}
- n122=/reml5 {
- n123= set %level5 $readini $mircdir $+ botfiles\userlist.bot autoop-protect $address($$2,3)
- n124= if ($$1 == all) { remini $mircdir $+ botfiles\userlist.bot autoop-protect $address($$2,3) | goto end }
- n125= if ($$1 == current) { if (%level5 == all) { remini $mircdir $+ botfiles\userlist.bot autoop-protect $address($$2,3) | goto end } }
- n126= else { set %level5 $remove(%level5,#)
- n127= if (%level5 == $null) { remini $mircdir $+ botfiles\userlist.bot autoop-protect $address($$2,3) | goto end }
- n128= else { writeini $mircdir $+ botfiles\userlist.bot autoop-protect $address($$2,3) %level5 | goto end } }
- n129= :end
- n130= unset %level5
- n131=}
- n132=/addl5 {
- n133= set %readini $readini $mircdir $+ botfiles\userlist.bot autoop-protect $address($$2,3)
- n134= if ($$1 == all) {
- n135= writeini $mircdir $+ botfiles\userlist.bot autoop-protect $address($$2,3) all | goto end }
- n136= if ($$1 == current) { if (%readini == all) { goto continue } }
- n137= if ($chr(35) isin %readini) { set %readini %readini #
- n138= writeini $mircdir $+ botfiles\userlist.bot autoop-protect $address($$2,3) %readini | goto end }
- n139= :continue
- n140= writeini $mircdir $+ botfiles\userlist.bot autoop-protect $address($$2,3) #
- n141= :end
- n142= unset %readini
- n143=}
- n144=/s /dde millennium command "" /say *1
- n145=/trace.results {
- n146= write -il4 $mircdir $+ botfiles\tracer.bot ---------------------------------------------------------------
- n147= write -il $mircdir $+ botfiles\tracer.bot ---------------------------------------------------------------
- n148= set %total.lines $lines(c:\glitch\botfiles\tracer.bot )
- n149= set %tl 1
- n150= :start
- n151= write -dl1 $mircdir $+ botfiles\tracer.bot
- n152= echo 6 @Trace_Results ½(GLiTCH)╗ $read -l1 c:\glitch\botfiles\tracer.bot
- n153= if (%tl == %total.lines) { goto end }
- n154= inc %tl 1
- n155= goto start
- n156= :end
- n157= echo 4 @Trace_Results ½(GLiTCH)╗ Finished Trace
- n158= unset %tl
- n159= unset %total.lines
- n160=}
- n161=/f2 {
- n162= /run c:\windows\notepad.exe $mircdir $+ txt\readme.txt
- n163=}
- n164=/f4 /nick $r(A,Z) $+ $r(a,z) $+ $r(1,10) $+ $r(a,z) $+ $r(a,z) $+ $r(a,z) $+ $r(1,9) $+ $r(A,Z)
- n165=/f5 {
- n166= if (%flood == Enabled) {
- n167= .disable #flood
- n168= set %flood Disabled
- n169= echo 4 ½(GLiTCH)╗ CTCP Flood Control Off }
- n170= else { .enable #flood
- n171= set %flood Enabled
- n172= echo 4 ½(GLiTCH)╗ CTCP Flood Control On }
- n173=}
- n174=/f7 /clearall
- n175=/f6 {
- n176= if (%messages.total == 0) { echo 4 ½(GLiTCH)╗ No messages detected. }
- n177= else { .play -c $me $mircdir $+ botfiles\message.bot 20 }
- n178=}
- n179=/f8 {
- n180= if (%ignoreduser == $null) {
- n181= echo 4 ½(GLiTCH)╗ No nicks have been ignored... }
- n182= else {
- n183= ignore -r %ignoreduser
- n184= /echo 4 ½(GLiTCH)╗ %ignoreduser has been un-ignored.
- n185= /unset %ignoreduser }
- n186=}
- n187=/f11 {
- n188= echo 4 ½(GLiTCH)╗ Running Millennium Bot
- n189= run $mircdir $+ mirc32.exe $mircdir $+ clones\mill.ini
- n190=}
- n191=/f12 {
- n192= echo 4 ½(GLiTCH)╗ Killing Millennium Bot
- n193= dde millennium command "" /die
- n194=}
- n195=/f10 {
- n196= if (%splitdetector == Enabled) {
- n197= .disable #splitdetector
- n198= window -c @Current_Split_Servers
- n199= echo 4 ½(GLiTCH)╗ NetSplit Detector Disabled
- n200= set %splitdetector Disabled
- n201= mode $me -s }
- n202= else { .enable #splitdetector
- n203= window -l @Current_Split_Servers 100 100 250 250 $mircdir $+ botfiles\splits.bot
- n204= echo 4 ½(GLiTCH)╗ NetSplit Detector Enabled
- n205= set %splitdetector Enabled
- n206= mode $me +s }
- n207=}
- n208=/away.check .whois $me
- n209=/nick /nick $$1 | .titlebar Glitch Script v3.7 for mIRC5.0, ⌐1997 GLiTCH Studios -- ( $+ Nick : $$1 $+ ) ( $+ Day : $day $+ ) ( $+ Messages : %messages.total $+ )
- n210=/mail.snd {
- n211= msg = $+ $me mail from: %mail.me
- n212= msg = $+ $me rcpt to: %mail.send
- n213= msg = $+ $me data
- n214= msg = $+ $me subject: %mail.subject
- n215= msg = $+ $me %mail.message
- n216= msg = $+ $me .
- n217=}
- n218=/bwards {
- n219= set %z 1
- n220= :start
- n221= set %bwards.length $len(%bwards.text)
- n222= set %bwards.text *1
- n223= set %bwards.product $mid(%z,1,%bwards.text) $+ %bwards.product
- n224= if (%z == %bwards.length) { say %bwards.product | unset %bwards.* %z | halt }
- n225= inc %z
- n226= goto start
- n227=}
- n228=/piglatin {
- n229= set %o 1
- n230= set %latin.text *1
- n231= Set %latin.count $token(0,544,%latin.text)
- n232= :start
- n233= if (%o == %latin.count ) {
- n234= set %latin.word $token(%latin.count,544,%latin.text)
- n235= Set %latin.letter $left(1,%latin.word)
- n236= set %r $len(%latin.word)
- n237= dec %r
- n238= set %latin.word1 $mid(2,%r,%latin.word) $+ %latin.letter $+ ay
- n239= Set %latin.total %latin.total %latin.word1
- n240= if (? isin %latin.text) { set %latin.total $remove(%latin.total,?) $+ ? }
- n241= if (. isin %latin.text) { set %latin.total $remove(%latin.total,.) $+ . }
- n242= if (! isin %latin.text) { set %latin.total $remove(%latin.total,!) $+ ! }
- n243= say %latin.total | unset %o
- n244= goto end }
- n245= else {
- n246= set %latin.temp $token(%o,544,%latin.text)
- n247= set %latin.letter $left(1,%latin.temp)
- n248= set %r $len(%latin.temp)
- n249= dec %r
- n250= set %latin.total %latin.total $mid(2,%r,%latin.temp) $+ %latin.letter $+ ay
- n251= inc %o
- n252= goto start
- n253= }
- n254= :end
- n255= unset %latin.*
- n256=}
- n257=/notes /echo 4 ½(GLiTCH)╗ Editing QuickNotes | /run c:\windows\notepad.exe $mircdir $+ botfiles\quiknote.bot
- n258=/sethome /set %homechan %homechan $+ , $+ $$1 | /echo 4 ½(GLiTCH)╗ Home Channel(s) set to %homechan $+ .
- n259=/glitch {
- n260= /echo 5 ááááááá________ááááááá_á______________áá__
- n261= /echo 4 ááááá/á____áá/áá/áááááá(_)_áá__/á____/ááá/ááá/ááá/
- n262= /echo 3 ááá/ /áá__ á/áá/áááááá/áá/á/á /á/á/áááááá/ááá/_á/ááá/
- n263= /echo 2 á/á/_/á áá/áá/___/ á/á/áá/á/á/___/ááá__ááááá/
- n264= /echo 1 á\____/_____/_/á/_/áá\____/_/áááá/_/ (v3.7)(mIRC5.0)
- n265= /echo 4 Script for mIRC5.0, ⌐1997 GLiTCH Studios
- n266= /echo 6 Programmed by ]-[obbes
- n267= /echo 6 Greetz to |{night, heXix, lagwagon, Chair, foofightr.
- n268= /echo 6 Used $+ %usage $+ times.
- n269= /echo 3 E-mail suggestions and fixes to "glitchstudios@hotmail.com"
- n270=}
- n271=/saveini /save -a $mircdir $+ ini\alias.ini | /save -c $mircdir $+ ini\commands.ini | /save -e $mircdir $+ ini\events.ini | /save -u $mircdir $+ ini\users.ini | /save -v $mircdir $+ ini\variable.ini | /save -p $mircdir $+ ini\popups.ini
- n272=/beginmode {
- n273= if (%splitdetector == Enabled) { .mode $me +is | window -l @Current_Split_Servers 100 100 250 250 c:\glitch\botfiles\splits.bot }
- n274= else { .mode $me +i }
- n275=}
- n276=/setvars {
- n277= inc %usage 1
- n278= set %away.set no
- n279= unset %messager*
- n280= unset %msg*
- n281= unset %action*
- n282= unset %notice*
- n283= unset %ping*
- n284= unset %version*
- n285= unset %trout*
- n286= unset %time*
- n287= unset %clientinfo*
- n288= unset %userinfo*
- n289= unset %general*
- n290= unset %echo*
- n291= unset %action*
- n292= unset %finger*
- n293= unset %total.clone*
- n294=}
- n295=/auto.away {
- n296= if (%auto-away == Enabled) {
- n297= .disable #auto.away
- n298= .timer986 0 %auto.away .enable #auto.away
- n299= .timer987 0 %auto.away .away.check }
- n300=}
- n301=/realtime {
- n302= set %realtime $remove($timestamp,[)
- n303= set %realtime $remove(%realtime,])
- n304= if ($token(1,58,%realtime) == 12) {
- n305= set %realtime.hour $token(1,58,%realtime)
- n306= set %realtime.minute $token(2,58,%realtime)
- n307= %realtime.real = %realtime.hour $+ : $+ %realtime.minute $+ pm
- n308= return %realtime.real | unset %realtime* | halt }
- n309= elseif ($token(1,58,%realtime) > 12) {
- n310= set %realtime.hour $token(1,58,%realtime)
- n311= dec %realtime.hour 12
- n312= set %realtime.minute $token(2,58,%realtime)
- n313= %realtime.real = %realtime.hour $+ : $+ %realtime.minute $+ pm
- n314= return %realtime.real | unset %realtime* | halt }
- n315= if ($token(1,58,%realtime) < 12) {
- n316= if ($token(1,58,%realtime) > 0) {
- n317= set %realtime.hour $token(1,58,%realtime)
- n318= set %realtime.minute $token(2,58,%realtime)
- n319= %realtime.real = %realtime.hour $+ : $+ %realtime.minute $+ am
- n320= return %realtime.real | unset %realtime* | halt }
- n321= if ($token(1,58,%realtime) == 0) {
- n322= set %realtime.hour 12
- n323= set %realtime.minute $token(2,58,%realtime)
- n324= %realtime.real = %realtime.hour $+ : $+ %realtime.minute $+ am
- n325= return %realtime.real | unset %realtime* | halt }
- n326= }
- n327=}
- n328=/search {
- n329= .enable #search
- n330= set %search.channel #
- n331= set %search.found 0
- n332= set %search.string *1
- n333= window @Search_Results_For_ $+ %search.channel 100 100 450 300
- n334= echo 4 @Search_Results_For_ $+ %search.channel ½(GLiTCH)╗ Search String : %search.string
- n335= who #
- n336=}
- n337=/caps.checker {
- n338= set %caps.checker.text $remove(*1,$chr(544) )
- n339= set %caps.checker $len(%caps.checker.text)
- n340= set %caps.checker.var 1
- n341= :start
- n342= set %caps.checker.letter $asc($mid(%caps.checker.var,1,%caps.checker.text) )
- n343= if (%caps.checker.letter >= 65) && (%caps.checker.letter <= 90) { inc %caps.total }
- n344= if (%caps.total == %total.caps) { unset %caps* | return true | halt }
- n345= if (%caps.checker == %caps.checker.var) { unset %caps* | return false | halt }
- n346= else { inc %caps.checker.var | goto start }
- n347=}
- n348=/op.capture {
- n349= echo 4 ½(GLiTCH)╗ Scanning $active for IRCops.
- n350= .enable #op.capture
- n351= .set %capture 0
- n352= .set %op.scan.chan #
- n353= .who #
- n354=}
- n355=/startup { .play -c $me $mircdir $+ botfiles\start.bot 1 }
- n356=/channel.scan set %scan.channel # | .enable #channel.scan | set %scan.total.clones 0 | mode # b | who #
- n357=/show.settings {
- n358= window @Current_Settings 100 100 630 170 $mircdir $+ botfiles\setting.bot
- n359= echo 4 @Current_Settings ½(GLiTCH)╗ User Protection = 1 $+ %l5prot $+
- n360= echo 4 @Current_Settings ½(GLiTCH)╗ Autoop = 1 $+ %autoop $+
- n361= if ($usermode == $null) { echo 4 @Current_Settings ½(GLiTCH)╗ User Mode(s) = 1None }
- n362= else { echo 4 @Current_Settings ½(GLiTCH)╗ User Mode(s) = 1 $+ $usermode $+ }
- n363= echo 4 @Current_Settings ½(GLiTCH)╗ Split Detector = 1 $+ %splitdetector $+
- n364= echo 4 @Current_Settings ½(GLiTCH)╗ X/W Passwords = 1 $+ %xpass $+ / $+ %wpass $+
- n365= echo 4 @Current_Settings ½(GLiTCH)╗ CTCP Flood Protection = 1 $+ %flood $+ MaxCtcps = $+ %total.ctcps $+
- n366= echo 4 @Current_Settings ½(GLiTCH)╗ Caps Detector = 1 $+ %stat.caps $+ MaxCaps = $+ %total.caps $+
- n367= echo 4 @Current_Settings ½(GLiTCH)╗ Mass Deop/Kick Protecion = 1 $+ %mass.deop.stat $+ MaxDeops = $+ %mass.deop.total $+ $+ / $+ $+ %mass.kick.stat $+ MaxKicks = $+ %mass.kick.total $+
- n368= echo 4 @Current_Settings ½(GLiTCH)╗ Channel Protections = 1ServerOp Protection = $+ %serverop $+ $+ / $+ Channel Mode Protection = $+ %modeprot $+ $+ / $+ NoOp = $+ %noop $+
- n369=}
-